Filter hook 'get_the_author_{$field}'

in WP Core File wp-includes/author-template.php at line 190

Description

Filters the value of the requested user metadata. The filter name is dynamic and depends on the $field parameter of the function.

Occurrences

Filename Line Number
wp-includes/author-template.php 190

Parameters

Type Name Description
string $value The value of the metadata.
int $user_id The user ID for the value.
int|false $original_user_id The original user ID, as passed to the function.

PHP Doc

/**
	 * Filters the value of the requested user metadata.
	 *
	 * The filter name is dynamic and depends on the $field parameter of the function.
	 *
	 * @since 2.8.0
	 * @since 4.3.0 The `$original_user_id` parameter was added.
	 *
	 * @param string    $value            The value of the metadata.
	 * @param int       $user_id          The user ID for the value.
	 * @param int|false $original_user_id The original user ID, as passed to the function.
	 */